home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / Archives / Timing / ClockDJ.lha / ClockDJ / ClockRexxExamples / hidewindow.rexx < prev    next >
Encoding:
OS/2 REXX Batch file  |  1991-08-05  |  114 b   |  6 lines

  1. /* rexx  hidewindow */
  2. options results
  3. address clockdj
  4. getwindow 'VirusX 3.20 by Steve Tibbett'
  5. hidewindow result
  6.